Suppose you create two horizontal nice menus and put them into the same region.
Nice menu1
Nice menu2
Nice menu1 has child menu items and when you mouse over the parent menu item of it, the child menu items get hidden behind Nice menu2 items.

I'm not sure which "Component" to choose, so set it as "Code" tentatively.
Feel free to change it to more appropriate one if you need.
Thanks.

Comments

add1sun’s picture

Status: Active » Closed (duplicate)

These kind of layering issues happen a lot and is a theme-related issue. I'm marking this as a duplicate of a very similar issue that is already ongoing. You can add your problem to that one. Please make sure you note which theme you are using and whether or not you have used any of the fixes in the FAQ.

#278367: Nice Menus renders drop-down menus behind other elements in IE7

drupalnesia’s picture

I have fixed similiar issue by adding this code:

#block-nice_menus-1 {
float: left;
padding: 15px 0px 0px 0px;
/* z-index: 1000; */
position: relative;
}

certain themes need z-index:1000, just try un-commented the z-index if needed.